--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit c33fb39ec9b7a217f7b3d2e461cdfd3d31db74d2
Parents : d423010
Author : Ivan <ivan@quad4.io>
Signature : Invalid signer <e46112d44649266d71fe2193e00a4710>, author is <ivan@quad4.io>
Date : 2026-07-08T13:29:28-05:00
chore(ci): add install-task parameter to CI workflow for improved configuration
Changes
2 files changed, 1 insertions(+), 1 deletions(-)
Diff
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4b2ec7df..f49c32d5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -327,6 +327,7 @@ jobs:
uv-version: ${{ env.UV_VERSION }}
node-version: ${{ env.NODE_VERSION }}
pnpm-version: ${{ env.PNPM_VERSION }}
+ install-task: "false"
- name: Run headless system self-check
shell: bash
diff --git a/tests/backend/test_self_check_cli.py b/tests/backend/test_self_check_cli.py
index 3662e495..f83865e5 100644
--- a/tests/backend/test_self_check_cli.py
+++ b/tests/backend/test_self_check_cli.py
@@ -2,7 +2,6 @@
import shutil
import tempfile
-import sys
from unittest.mock import MagicMock, patch
import pytest
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────